body {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow-x: hidden;
    min-height: 100vh;
}

body.bg-register {
    background-image: url(../elementos/imagenes/fondo_registro_mundopep.webp);
}

body.bg-login {
    background-image: url(../elementos/imagenes/fondo_login_mundopep.webp);
}

body.bg-login h1 {
    font-size: 2.5rem;
    margin-top: 1.2rem;
}

body.bg-login img.logo-auth {
    margin-bottom: -12%;
    width: 50%;
}


footer {
    background-color: black;
    padding: 2% 3%;
    color: var(--color-secondary);
    text-align: center;
    min-height: auto;
    overflow-x: hidden !important;
    max-width: 100% !important;
}

footer .logo-brand-footer {
    max-width: 80px;
}

form {
    background: hsl(0deg 0% 0% / 68%);
    padding: 6% 5%;
    border-radius: 2em;
    text-align: start;
}

body.bg-register img.logo-auth {
    width: 50%;
    margin-bottom: -8%;
}

.main-content {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/***** TELEFONOS PORTRAIT *****/
@media only screen and (max-width: 767px) and (orientation: portrait) {
    footer {
        font-size: .85rem;
        min-height: auto;
        padding: 3%;
    }

    img.logo-auth {
        width: 60%;
        margin-bottom: -10%;
    }

    body.bg-login h1 {
        font-size: 2rem;
        margin-top: 1.2rem;
    }
}

/***** TELEFONOS PORTRAIT *****/
@media only screen and (min-width: 1020px) and (max-width: 1025px) {

    .main-content .col-lg-5 {
        width: 50% !important;
    }

    .main-content .col-lg-6 {
        width: 65% !important;
    }

}

@media only screen and (min-width: 1900px) {

    body.bg-login img.logo-auth,
    .validation-code img.logo-auth {
        width: 40% !important;
        margin-bottom: -8% !important;
    }

    body.bg-register img.logo-auth {
        width: 35% !important;
    }

    form#validationCodeForm,
    form#loginForm {
        max-width: 85%;
        margin: auto;
    }
}